The help magic StataNowΒΆ
This magic is part of StataNow.
The %help line magic is used to view the help information of the specified Stata command or topic in the web browser. You can type %help? to view its documentation.
[48]:
%help?
Docstring:
View the help information about the specified Stata command or topic in
the web browser.
Line magic syntax:
%help [command_or_topic_name]
This works like typing the help command in Stata to get help
for a specific command or topic. Instead of showing the help
directly in Stata, a browser is opened to get help from www.stata.com.
File: c:\program files\stata18\utilities\pystata\ipython\stpymagic.py